1
Foundations: The Constant and Power Rules
MATH006 Lesson 3
00:00
The transition from calculating derivatives via the limit definition to applying the Power Rule marks the shift from fundamental theory to operational efficiency. By leveraging the algebraic properties of exponents and the linearity of the derivative operator, we can differentiate polynomials and power functions—even those with real-number exponents—without resorting to exhaustive limit evaluations.

The Fundamental Rules

The Constant Rule $\frac{d}{dx}(c) = 0$ and the Identity Rule $\frac{d}{dx}(x) = 1$ derive from the geometric reality that a horizontal line has a slope of zero and a 45-degree line has a constant slope of one. From here, we expand to the General Power Rule.

The Power Rule Definition

If $n$ is any real number and $f(x) = x^n$, then $f'(x) = nx^{n-1}$.

Verification (Integer Case)

The General Power Rule $\frac{d}{dx}(x^n) = nx^{n-1}$ is verified for integers using the expansion $x^n - a^n = (x - a)(x^{n-1} + x^{n-2}a + \dots + a^{n-1})$ or the Binomial Theorem for the limit:

$$f'(x) = \lim_{h \to 0} \frac{(x+h)^n - x^n}{h}$$

Linearity of the Derivative

Differentiation is a linear operation. This means that the derivative respects both addition and scalar multiplication:

  • Sum Rule: $(f + g)' = f' + g'$
  • Difference Rule: $(f - g)' = f' - g'$
  • Constant Multiple Rule: $(cf)' = cf'$

Example: The Roller Coaster Project

Engineers must ensure smooth transitions between sections. If a section of the track is modeled by a parabolic arc $f(x) = x^2$, the Power Rule tells us the slope at any point is $2x$. To connect this to a straight line $L_1$ at transition point $P$, the derivative of the parabola must equal the slope of $L_1$ to avoid a "jerk" or discontinuity in the ride’s path.

🎯 Core Principle: operational Mastery
The derivative is a linear operator that reduces the complexity of polynomial differentiation to a predictable, algorithmic process based on power reduction and coefficient multiplication.
$$\frac{d}{dx}[c_1 f(x) + c_2 g(x)] = c_1 f'(x) + c_2 g'(x)$$